home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Frameworks / Hsoi's App Shell 1.0a4 / Hsoi's App Shell Source / HASTestPlaceholder.c < prev    next >
Encoding:
Text File  |  1997-01-28  |  746 b   |  15 lines  |  [TEXT/CWIE]

  1. /*
  2.     HASTestPlaceholder.c from Hsoi's App Shell ©1995-1997 John C. Daub.  All rights reserved.
  3.     
  4.     This file is a "dummy" file.  There's nothing here nor should there ever be anything
  5.     here.
  6.     
  7.     The point of this file is to do nothing but sit (and remain regardless of the app's
  8.     shipping version) in the project file to be a placeholder for the testing code
  9.     segment.  This way, if you go back and forth between a testing/coding and shipping
  10.     version of your app (as most people do in app development), you don't have to (re)create
  11.     a segment in your project for the testing code.  This is handy if you like to
  12.     play with the segment flags...no need to reset them every time.
  13.     
  14.     of course, if this really offends you, you could just remove it :)
  15. */